div.gallery-content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float: right;
	width: 630px;
}
div.gallery-content a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.gallery-content a:focus, div.gallery-content a:hover, div.gallery-content a:active {
	text-decoration: underline;
}
div.controls {
    
	margin-top: 5px;
	height: 23px;
    
}
div.controls a {
	padding: 5px;
        text-decoration: none !important;
}
div.ss-controls {
	float: left;
        padding-left: 17px;
        background: url('/images/site/iconSlideshow.gif') no-repeat left center;
}
div.nav-controls {
	float: right;
}

div.nav-controls .next {
    font-family: Impact;
    font-size: 12px;
    font-weight: normal;
    color: #1c588c;
    text-decoration: none;
    padding-right: 12px;
    background: url('../../images/site/markerLinkRight.png') no-repeat center right;
}

div.nav-controls .next:hover, div.nav-controls .next:focus {
    text-decoration: none;
    color: #d14433;
}

div.nav-controls .prev {
    font-family: Impact;
    font-size: 12px;
    font-weight: normal;
    color: #1c588c;
    text-decoration: none !important;
    padding-left: 12px;
    background: url('../../images/site/markerLinkLeft.png') no-repeat center left;
}

div.nav-controls .prev:hover, div.nav-controls .prev:focus {
    text-decoration: none;
    color: #d14433;
}

div.slideshow-container {
	position: relative;
	clear: both;
        /*border: 1px solid #bbbbbb;*/
	height: 830px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 550px;
	height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow {

}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
div.slideshow a.advance-link {
	display: block;
	width: 624px;
        padding: 15px 0px;
        text-decoration: none;
	height: 830px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow img {
    max-width: 600px;
    /*
        padding: 10px;
	border: 1px solid #bbbbbb;
    */
    
}
div.download {
	float: right;
}
div.caption-container {
	position: relative;
	clear: left;
	height: 75px;
}
span.image-caption {
	display: block;
	position: absolute;
	width: 550px;
	top: 0;
	left: 0;
}
div.caption {
	padding: 12px;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}
div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 5px 5px 0;
	list-style: none;
}
a.thumb {
	padding: 6px;
	display: block;
	border: 1px solid #bbbbbb;
}
ul.thumbs li.selected a.thumb {
	background: #bbbbbb;
}
a.thumb:focus {
	outline: none;
}

ul.thumbs a {
    width: 135px;
    text-align: center;
}

ul.thumbs img {
    display: block;
    margin: auto;
    /*
	border: none;
	display: block;
        width: 150px;
        height: 96px;*/
}
div.paginationGallery {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.paginationGallery a, div.paginationGallery span.current, div.paginationGallery span.ellipsis {
	display: block;
	float: left;
        text-decoration: none !important;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.paginationGallery a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.paginationGallery span.current {
	font-weight: bold;
	background-color: #bbbbbb;
	border-color: #bbbbbb;
	color: #fff;
}
div.paginationGallery span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}

#thumbs ul {
    margin: 0px;
}
